Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing View Plane Cameras


Q3ViewPlaneCamera_SetData

You can use the Q3ViewPlaneCamera_SetData function to set the data that defines a view plane camera.

TQ3Status Q3ViewPlaneCamera_SetData (
TQ3CameraObject camera, 
const TQ3ViewPlaneCameraData *cameraData);
camera
A view plane camera object.
cameraData
A pointer to a view plane camera data structure.
DESCRIPTION
The Q3ViewPlaneCamera_SetData function sets the data associated with the view plane camera specified by the camera parameter to the data specified by the cameraData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996